#####################################################
# Indian Flavor Events
#
# scripted by Johan Andersson
#
# id range = 49300-
# 
#####################################################

event = { 
	id = 49300
	random = no
	province = 19673
	
	name = "EVT_49300_NAME" # Durgesnandini is published.
	desc = "EVT_49300_DESC" # 
	style = 0

	date = { year = 1864 } 
	offset = 100

	action_a = {
        	name = "ACTIONNAME49300A"
        	command = { type = pop_militancy which = hindu value = 1 where = 0 }
        	command = { type = pop_consciousness which = hindu value = 3 where = 0 }
	}
}


event = { 
	id = 49301
	random = no
	province = 1967
	
	name = "EVT_49301_NAME" # Tagore wins Nobel!
	desc = "EVT_49301_DESC" # 
	style = 0

	date = { year = 1913 } 
	offset = 100

	action_a = {
        	name = "ACTIONNAME49301A"
        	command = { type = pop_consciousness which = hindu value = 1 where = 0 }
        	command = { type = research_points value = 10 }
	       	command = { type = prestige value = 1 }

	}
}

event = { 
	id = 49302
	random = no
	country = ENG
	
	trigger = {
		control = { province = 1911 data = ENG } #Bombay
		control = { province = 1503 data = ENG } #Delhi
		control = { province = 1967 data = ENG } #Calcutta
		control = { province = 1954 data = ENG } #Madras
	}	
	
	name = "EVT_49302_NAME" # 
	desc = "EVT_49302_DESC" # 
	style = 0

	date = { year = 1864 } 
	offset = 100

	action_a = {
        	name = "EXCELLENT"
        	command = { type = pop_militancy which = hindu value = 2 where = 0 }
        	command = { type = research_points value = 5 }
	}
	action_b = {
        	name = "ACTIONNAME49302B"
        	command = { type = pop_militancy which = hindu value = -1 where = 0 }
	}
	
}


